nothrowLog

Undocumented in source. Be warned that the author may not have intended to support it.
  1. void nothrowLog(string msg)
  2. void nothrowLog(Exception e)
    nothrow
    void
    nothrowLog
    (
    string S
    int line = __LINE__
    string file = __FILE__
    string funcName = __FUNCTION__
    string prettyFuncName = __PRETTY_FUNCTION__
    string moduleName = __MODULE__
    A...
    )
    (
    Exception e
    )

Meta